home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / readme.txt < prev    next >
Encoding:
Text File  |  2002-01-29  |  1.5 KB  |  56 lines

  1.     Digital Mars C/C++ Compilers
  2.     ----------------------------
  3.  
  4. Downloaded Version
  5. ------------------
  6.  
  7. The documentation is available online at:
  8.  
  9.     www.digitalmars.com
  10.  
  11. Much more software (over 300Mb) comes with the CD version, available at:
  12.  
  13.     www.digitalmars.com/shop.html
  14.  
  15.  
  16. Installing the Downloaded Version
  17. ---------------------------------
  18.  
  19. Digital Mars has a different view of installation than most software products.
  20. It doesn't need registry entries, environment variable settings, nor does it
  21. need to install anything in the \windows\system directory.
  22.  
  23. Consequently, the compiler can be run without any need for an install.
  24. Just run the programs in \dm\bin. This is most convenient
  25. for cases where a particular version of the compiler is needed, or to just try
  26. it out.
  27.  
  28. Installing is as simple as going to the root directory of the hard disk and
  29. unzipping the downloaded dm???c.zip file:
  30.  
  31.     unzip dm???c.zip
  32.  
  33. The compiler is \dm\bin\sc.exe. Too make it even more convenient, add
  34.  
  35.     c:\dm\bin
  36.  
  37. to the PATH environment variable setting (c: is the drive it is installed on).
  38.  
  39. To compile a simple hello.c program:
  40.  
  41.     \dm\bin\sc hello
  42.  
  43. will compile and link to create hello.exe.
  44.  
  45. Full CD Version
  46. ---------------
  47.  
  48. Documentation is provided in HTML format, which means it is easiest
  49. to read it in a browser, such as Netscape or Explorer.
  50.  
  51. To read the documentation, bring up the browser, and type in:
  52.  
  53.     g:\dm\index.html
  54.  
  55. where g is the drive letter of the cdrom drive the Digital Mars CD is in.
  56.